How do I crop out a region of interest from the spatial embedding of my Seeker data?

How do I crop out a region of interest from the spatial embedding of my Seeker data?

  • Alternatively, Seurat has an interactive plotting function: 

 

Note: FeaturePlot, DimPlot should be used instead of SpatialFeaturePlot SpatialDimPlot, as shown below: 

FeaturePlot(sobj, reduction=“SPATIAL”, features=c(“Actb”)) 

DimPlot(sobj, reduction=“SPATIAL”) 

 

related articles